home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000013_news@newsmaster….columbia.edu _Tue Sep 30 11:38:23 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA15276
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 30 Sep 1997 11:38:22 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA02890
  7.     for kermit.misc@watsun; Tue, 30 Sep 1997 11:38:22 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: OS/2 Kermit odd behaviour with nn in terminal emulation
  12. Date: 30 Sep 1997 15:38:20 GMT
  13. Organization: Columbia University
  14. Lines: 35
  15. Message-ID: <60r6dc$7vg$1@apakabar.cc.columbia.edu>
  16. References: <60r432$scd$1@darla.visi.com>
  17. Reply-To: kermit-support@newsmaster.cc.columbia.edu
  18. NNTP-Posting-Host: watsun.cc.columbia.edu
  19. Keywords: OS/2,Kermit,nn
  20. Xref: news.columbia.edu comp.protocols.kermit.misc:7776
  21.  
  22. In article <60r432$scd$1@darla.visi.com>, J. Otto Tennant <jot@visi.com> wrote:
  23. : I have updated OS/2 kermit to 1.14.
  24. : The vt220/vt320 terminal emulation seems bulletproof.  I have no
  25. : problems using it with elm and vi.
  26. : When I attempt to follow-up a post using nn, though, WAIT appears and
  27. : that's the end of it for that terminal session.  This does not happen
  28. : using vanilla telnet (although the OS/2 telnet is excruciatingly awkward
  29. : to use, in this scenario it at least works.)  The only way out is to
  30. : kill off the window.
  31.  
  32. Your host is probably sending a C1 character which is ignored by IBM Telnet
  33. but which is interpretted by Kermit as the start of a STRING definition.
  34.  
  35. What does Kermit/2 say in the lower right corner of the status line?
  36.  
  37. What happens if you use Alt-R to reset the terminal?
  38.  
  39. To debug the cause you can use SET TERMINAL DEBUG ON (Alt-D toggles) or 
  40. capture the session using LOG SESSION and examining what data is being sent.
  41.  
  42. Very likely the post uses a character set such as CP1252 (Windows
  43. Latin1) which uses C1 control characters for things such as
  44. apostrophe.  Try this:
  45.  
  46.     SET TERMINAL REMOTE-CHARACTER-SET CP1252 
  47.  
  48. the problem will most likely go away.
  49.  
  50.  
  51.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  52.                  The Kermit Project * Columbia University
  53.        612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  54.     http://www.columbia.edu/kermit/k95.html * kermit-support@columbia.edu